LexicalEnvironment = {
EnvironmentRecord: {
// Identifier bindings go here
},
// Reference to the outer environment
outer: < >
};
view raw lexicalEnv.js hosted with ❤ by GitHub